
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  font-family: "_cn-regular";
}
.menu {
 position: sticky;
    top: 0;
    left: 0;
    width: 85%;
    display: flex;
    justify-content: flex-end;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 100%
}
.menu .ul-list {
  display: flex;
    position: relative;
}

.menu .ul-list > li {
    padding: 0 26px;
  position: relative;
}

.menu .ul-list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    line-height: 80px;
}
.menu .ul-list li span{
	padding-left: 10px;
	display: none;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
    width: 100%;
    border-radius: 5px;
    padding: 16px 0;
}

.menu .ol-list > li {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #464646;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
    padding: 0 24px;
}
.menu .ul-list > .ul-list1 > a {
     background: #004EA1;
    border-radius: 50px;
    padding: 0 10px;
    color: #ffffff;
}
.menu .ul-list > li:hover .nav_a:after{
    width: 36px;
}
.search-controller{
    position: relative;
}
.search-controller .btn{
    background: url(../images/icon00.png) no-repeat right 10px center;
    width: 34px;
    height: 34px;
    top: 23px;
    border: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.menu .ul-list > li > .nav_a:after{
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    display: block;
    background: #003793;
}
.menu .ul-list .ol-list li:hover a{
	color: #003793;
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-controller .form-control {
    text-align: left;
    border: 1px solid #ad9a84;
    box-shadow: none;
    width: 134px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 34px;
    vertical-align: top;
    padding: 0 11px;
    -webkit-appearance: none;
    margin-top: 23px;
}

.daohang{
    position: relative;
}
.daohang .head{
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    width: 100%;
    z-index: 9;
    background: #fff;
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 0px;
    line-height: 60px;
    display: none;
    color: #666;
}
.phone-nav img {
    height: 30px;
    margin-top: 65px;
    display: block;
}
.daohang .head .logo{
    width: 25%;
}
.daohang .head .dhl{
    display: flex;
    width: 75%;
    justify-content: flex-end;
}
.daohang .head .dhl .dh_back{
    padding-top: 39px;
    margin-left: 32px;
}